Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Support IPC #215

Closed
wants to merge 2 commits into from
Closed

Conversation

clydemcqueen
Copy link

I took a stab at adding IPC support to image_transport.

Big gotcha: this breaks the publisher plugin API. Perhaps somebody smarter than me can see a way to avoid this.

I fixed RawPublisher in this PR, and can look at the plugins in https://github.com/ros-perception/image_transport_plugins if we decide to move forward.

Fixes #212

@clydemcqueen
Copy link
Author

Doh! My design is fundamentally flawed: of course I can't std::move a unique_ptr twice, so this design only works with exactly 1 plugin. Closing.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant